 .banner {
	position:fixed;
	top:20px;
	left:200px;
	background-color:#43ccd1;
	color:black;
	width:1250px;
	height:200px;
	font-family:times new roman;
}
.menu {
	font-size:140%;
	position:fixed;
	top:250px;
	left:200px;
	border-bottom-color:#43ccd1;
	width:1250px;
	height:70px;
	border-bottom-style:solid;
	border-width: 3px;
}
.content {
	position:fixed;
	top:360px;
	left:200px;
	background-color:#43ccd1;
	color:black;
	width:1250px;
	height:504px;
	font-family:times new roman;
}
.footer {
	position:fixed;
	top:870px;
	left:200px;
	border-color:#43ccd1;
	color:black;
	width:1250px;
	height:10px;
	border-top-style:solid;
	border-width:3px;
	border-top-color: #43ccd1;
	
	
}
#homepic{
	height:400px;
	width:300px;
	position:relative;
	float:right;
	
}
h1{
	padding:20px;
}
p{
	padding:20px;
}
#portrait {
	height:200px;

}

#name {
	position:fixed;
	top: -50px;
	left:400px;
	font-size:800%;
}
#goal {
		position:fixed;
	top: 300px;
	left:610px;
	font-size:300%;
	width:300px;
	font-family:times new roman;
}
a {
	color:#e099da;
}
#bio{
	font-size:50px;
}
#friends{
	height:400px;
	width:300px;
	position:relative;
	float:right;
}
#mom{
	height:300px;
	width:400px;
	position:relative;
	float:right;
	
}
#Beyonce{
	height:200px;
	width:300px;
	position:relative;
	float:right;
}
#Dog{
	height:200px;
	width:300px;
	position:relative;
	float:right;
	top: -100px;
}
#text{
	font-family:times new roman;
}